fromBundle

@NonNull
open fun fromBundle(@NonNull bundle: @NonNull Bundle): @NonNull Person(source)

Extracts and returns the Person written to the bundle. A bundle can be created from a Person using toBundle.